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