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