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