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