[eglib] In AIX/generic POSIX, handle null addresses better (#17892)
[mono-project.git] / mcs / tests / test-debug-24.cs
blob647e9cbfd26a530d7854164c777f19fe584d93fc
1 // Tests for special columns handling
3 class C
5 void Test_1 ()
7 object a = new object (), b = new object ();
10 void Test_2 ()
12 for (int i = 0; i <= 10; ++i) { }
15 public static void Main ()