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