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