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