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