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