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