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