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