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