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