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