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