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