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