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