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
2008-08-31 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-368.cs
blob
b8bc6c916d734b53207f54056ce7cb828037bfa1
1
class
X
{
2
3
static void
Main
()
4
{
5
int
n
=
0
;
6
7
try
{
8
}
finally
{
9
switch
(
n
){
10
case
0
:
11
break
;
12
}
13
}
14
}
15
}