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