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