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