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