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