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