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