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