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