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