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