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