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