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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
test-619.cs
blob
1a1116efc9f32004e1dd7e4f1835411ddbb91327
1
class
X
2
{
3
public static void
Main
()
4
{
5
while
(
true
) {
6
if
(
true
)
7
break
;
8
9
continue
;
10
}
11
}
12
}