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