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