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