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