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