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