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