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