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