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