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