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