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