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