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