2 using System
.Threading
;
5 static volatile bool foo
= false;
7 static void InnerFunc () {
13 Console
.WriteLine ("EEE");
16 Console
.WriteLine ("in the finally block");
21 throw new Exception ("lalala");
27 } catch (Exception e
) {
33 Thread t
= new Thread (Func
);
38 Console
.WriteLine ("What now?");