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