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