[sre] Wrap mono_image_create_token with HANDLE_FUNCTION_{ENTER,RETURN}
[mono-project.git] / mcs / tests / test-836.cs
blob0cec8def80f7a90d033f1007d2c71b384f3d7190
1 using System;
3 public class C
5 public static int Main ()
7 try {
8 throw new ArgumentException ();
9 } catch (ArgumentException) {
10 return 0;
11 } catch {
12 return 1;