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
cosmetic
[mcs.git]
/
tests
/
test-285.cs
blob
133f9daf1388711d771727e3bbd2e76bc1756936
1
class
T
{
2
static int
Main
()
3
{
4
switch
(
1
) {
5
case
1
:
6
return
0
;
7
default
:
8
break
;
9
}
10
}
11
}