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