linux-packaging-mono/mcs/tests/test-debug-04.cs

16 lines
160 B
C#
Raw Normal View History

// Compiler options: support-test-debug-04.cs -out:test-debug-04.exe
partial class C
{
}
partial class C1
{
int a = 55;
}
partial class C2
{
int a = 55;
}