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