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
update readme (#21797)
[mono-project.git]
/
mcs
/
tests
/
test-859.cs
blob
b86626332d243873acc16c13a08703192259c0fc
1
class
X
2
{
3
public static void
Main
()
4
{
5
int
i
=
0
;
6
if
(
i
==
1
) {
7
a
:
8
switch
(
i
) {
9
default
:
10
goto
a
;
11
}
12
}
else if
(
i
==
2
) {
13
a
:
14
switch
(
i
) {
15
default
:
16
goto
a
;
17
}
18
}
19
}
20
}