7 Console
.WriteLine ("DESTRUCTOR!" + id
);
10 public static int Test1()
14 } catch (Exception
) {}
15 System
.Console
.WriteLine("Shouldn't get here");
19 public static void Test2()
21 int[] vars
= { 3, 4, 5 }
;
23 foreach (int a
in vars
) {
32 public static void Main() {
38 } catch (Exception
) {}
39 System
.Console
.WriteLine("Shouldn't get here");