1# $FreeBSD: stable/11/bin/sh/tests/execution/pipefail3.42 345561 2019-03-26 22:34:07Z jilles $
2
3set -o pipefail
4: | (exit 42)
5