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