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