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