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