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