39 public static int heusl (se x
) {
40 Console
.WriteLine ("within");
44 public static void thrower () {
46 throw new Exception ();
48 Console
.WriteLine ("before");
50 Console
.WriteLine ("after");
54 public static int Main () {
58 Console
.WriteLine ("back");