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