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