repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
tests
/
test-539.cs
blob
8f4ae7b6d56d5bbf0b8a5037cb3412258f4c9c0e
1
// Compiler options: -warnaserror -warn:4
2
3
using
System
;
4
5
public class
Test
6
{
7
static void
Main
()
8
{
9
try
{
10
}
catch
(
Exception
) {
11
}
catch
{
12
}
13
}
14
}