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