ref: 185f780a03fbfbb4655b7c07b3ac147980cede2d 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) }