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