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