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