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