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