repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
tests
/
gtest-297.cs
blob
3406337d4b98aaeced95b761d5ba6bb120b56493
1
// Compiler options: -warnaserror -warn:4
2
3
using
System
;
4
using
System
.
Runtime
.
CompilerServices
;
5
6
[
assembly
:
RuntimeCompatibility
(
WrapNonExceptionThrows
=
false
)]
7
8
public class
Test
9
{
10
public static void
Main
()
11
{
12
try
{
13
}
catch
(
Exception
) {
14
}
catch
{
15
}
16
}
17
}