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