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