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