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