[w32handle] Remove unused header includes
[mono-project.git] / mcs / tests / test-362.cs
blob1595c5ca8e5e1c2fc6ad298a7d42e11172883333
1 class C
3 public static void Main()
4 {
5 try {
6 Test ();
7 } catch
12 static void Test ()
14 try
16 throw new System.ArgumentException();
18 catch
20 try
22 throw;
24 finally