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