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