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