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