exit-subshell.test   [plain text]


(
# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
	foo || exit 1
	bar &&
	baz
)