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