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