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