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