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