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