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