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