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