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