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