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