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