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