ref: 7ad2500a5180e9e998cb913f8cb8d42a30bb505a dir: /test/bsr.myr/
use std /* should exit with status 5 */ const main = { var a = 42 std.exit(a >> 3) }