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