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