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