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