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