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