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