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