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