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