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