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