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