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