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