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