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