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