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