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