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