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