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: da59ef74d93be81e73ad7857d3238961fe248c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Compiler options: -debug

// Symbol writer test

#line 1 "@@file_does_not_exist@@"

class App
{
    static void Main ()
    {
    }
}