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