ref: effa98dac67fd796ef9414afef330722657e45cb dir: /test/usedef.myr/
/* should fail to compile because 'a' is used before it is defined. */ const main = { var a : int -> a }