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