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