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