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