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