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