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