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