repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-07-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0164.cs
blob
d36a93f2c1a1caa15f144a0844211571ba560839
1
// cs0164.cs: This label has not been referenced
2
// Line: 7
3
// Compiler options: -warnaserror -warn:2
4
5
class
X
{
6
static void
Main
() {
7
a
:
8
return
;
9
}
10
}