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