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