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