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