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