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