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