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