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