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