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