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