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