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