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