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