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