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