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