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