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