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