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