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