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