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-362.cs
blob
36fd9b0bcc0bcdb67d3a3cd1f39871aae588724c
1
class
C
2
{
3
static void
Main
()
4
{
5
try
{
6
Test
();
7
}
catch
8
{
9
}
10
}
11
12
static void
Test
()
13
{
14
try
15
{
16
throw new
System
.
ArgumentException
();
17
}
18
catch
19
{
20
try
21
{
22
throw
;
23
}
24
finally
25
{
26
27
}
28
}
29
}
30
}