6 Console
.WriteLine ("DESTRUCTOR!");
9 public static int Test1()
13 } catch (Exception
) {}
14 System
.Console
.WriteLine("Shouldn't get here");
18 public static void Test2()
20 int[] vars
= { 3, 4, 5 }
;
22 foreach (int a
in vars
) {
31 public static void Main() {
37 } catch (Exception
) {}
38 System
.Console
.WriteLine("Shouldn't get here");