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