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