xref: /freebsd/bin/sh/tests/set-e/func1.0 (revision 5e3190f700637fcfc1a52daeaa4a031fdd2557c7)
1set -e
2f() {
3	false
4	true
5}
6f || true
7