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