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