repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-650.cs
blob
f573e9a645c60195279d69932c2970ae6f043aff
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
}