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