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