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