1# $FreeBSD: head/bin/sh/tests/execution/subshell3.0 245383 2013-01-13 19:39:13Z jilles $
2
3(false; exit) && exit 3
4exit 0
5