[eglib] In AIX/generic POSIX, handle null addresses better (#17892)
[mono-project.git] / mcs / tests / test-debug-03.cs
blob57afd9c32941621d15b5276eecad5f1b317666ce
1 class C
3 static C ()
8 class C1
10 static int a = 55;
13 class C2
15 static int a = 55;
17 static C2 ()
22 class Test
24 public static void Main ()