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
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
test-650.cs
blob
d49dfd61662c7eca900af8d4ac4beec7f83209ae
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
static void
Main
()
12
{
13
}
14
}