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