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