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