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