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