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