println(Test4: this should print: Hello world)

try
   raise(Hello world)
default exn
   println($(exn))
finally
   println(Done)
