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