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