Merge pull request #4178 from ntherning/fix-broken-windows-build
[mono-project.git] / mono / tests / exception13.cs
blobe0b8369eb660acaf22ecb4a14db274aa7f9a3be9
1 using System;
3 public class Ex {
5 public static int Main () {
7 try {
8 throw null;
9 } catch {
10 return 0;
12 return 1;