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