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