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