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