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