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