2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-512.cs
bloba49036fd2ec5e044a1e43982a6b6275923930809
1 using System;
3 public class Foo {
4 public static void Main (string[] args)
6 try {
7 f ();
9 catch {}
12 static void f ()
14 throw new Exception ();
15 string hi = "";
16 try { }
17 finally {
18 Console.WriteLine ("hi = {0}", hi);