ref: 1b49f96477ee3dc7c36dc9dd6fda0c081b6aafbd 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) }