# $FreeBSD: head/tools/regression/bin/sh/builtins/return2.1 149791 2005-09-05 09:42:10Z stefanf $ f() { true && return 1 return 0 } f