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