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