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