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