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