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