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