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