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