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