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