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