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