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