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