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