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