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
2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
test-619.cs
blob
c82983e68a3dbbfe18b0474e9a61b9c7c36d1bb0
1
class
X
2
{
3
static void
Main
()
4
{
5
while
(
true
) {
6
if
(
true
)
7
break
;
8
9
continue
;
10
}
11
}
12
}