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