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