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