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