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