dlr bug
[mcs.git] / tests / gtest-297.cs
blob3b95662e983ec0eb4a33ed8efd733bfb0deba767
1 // Compiler options: -warnaserror -warn:4
3 using System;
4 using System.Runtime.CompilerServices;
6 [assembly: RuntimeCompatibility (WrapNonExceptionThrows=false)]
8 public class Test
10 static void Main ()
12 try {
13 } catch (Exception) {
14 } catch {