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