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