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