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