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