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
remove NotWorking
[mcs.git]
/
tests
/
test-337.cs
blob
eff775deb9415611e01144b557b4651bf72966cb
1
using
System
;
2
3
public class
Test
4
{
5
public static void
Main
()
6
{
7
goto
end
;
8
int
a
;
9
Console
.
WriteLine
(
"unreachable"
);
10
end
:
11
Console
.
WriteLine
(
"end"
);
12
}
13
}