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