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