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