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