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