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