ref: 225486558c1552baf09cae2a17d313b061ee6edd 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) }