[runtime] Coverage profiler fixes (#5698)
[mono.git] / mcs / tests / test-650.cs
1 // Compiler options: -debug
2
3 // Symbol writer test
4
5 #line 1 "@@file_does_not_exist@@"
6
7 #line 3 "test-650.cs" // self-reference
8
9 class App
10 {
11     public static void Main ()
12     {
13     }
14 }