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