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