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