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