ref: 3b9796f80b335ea4c2f152988715e6069effdc88 dir: /test/usedef.myr/
/* should fail to compile because 'a' is used before it is defined. */ const main = { var a : int std.exit(a) }