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