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