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