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