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