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