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