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