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