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