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