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