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