C#: Add function pointer test case in stub generation.

This commit is contained in:
Michael Nebel
2022-08-12 14:56:52 +02:00
parent e9b184fa4c
commit af473db067
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -135,6 +135,11 @@ namespace Test
public Class9.Nested NestedInstance { get; } = new Class9.Nested(1);
}
public class Class10
{
unsafe public void M1(delegate* unmanaged<System.IntPtr, void> f) => throw null;
}
public enum Enum1
{
None1,