ref: b558899eeecc4e42a9333d61ba0eeaec662a4b8b dir: /test/usedef.myr/
/* should fail to compile because 'a' is used before it is defined. */ const main = { var a : int std.exit(a) }