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