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