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