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