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