ref: 8a662861ad3ded8e965ab43e5bc254dd7ee85815 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) }