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