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