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