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