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