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