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