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