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