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