Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-650.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f573e9a645c60195279d69932c2970ae6f043aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Compiler options: -debug

// Symbol writer test

#line 1 "@@file_does_not_exist@@"

#line 3 "test-650.cs" // self-reference

class App
{
    public static void Main ()
    {
    }
}