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