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