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