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