[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / test-debug-24.cs
1 // Tests for special columns handling
2
3 class C
4 {
5         void Test_1 ()
6         {
7                 object a = new object (),  b = new object ();
8         }
9         
10         void Test_2 ()
11         {
12                 for (int i = 0; i <= 10; ++i) { }
13         }
14         
15         public static void Main ()
16         {
17         }
18 }