xref: /freebsd-14.2/bin/sh/tests/builtins/return2.1 (revision d0b2dbfa)
1f() {
2	true && return 1
3	return 0
4}
5
6f
7