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