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