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