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