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