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