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
for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git]
/
mcs
/
errors
/
cs0642-3.cs
blob
a6d890cb7bf278894c7d498c194d98e06a1a1e17
1
// CS0642: Possible mistaken empty statement
2
// Line: 10
3
// Compiler options: -warnaserror -warn:3
4
5
public class
C
6
{
7
public static void
Main
()
8
{
9
for
(;;);
10
{ }
11
}
12
}
13