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