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