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