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