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