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