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