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