]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/bin/sh/builtins/return2.1
MFC r363988:
[FreeBSD/stable/9.git] / tools / regression / bin / sh / builtins / return2.1
1 # $FreeBSD$
2 f() {
3         true && return 1
4         return 0
5 }
6
7 f