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