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