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