Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
9c192e7f946a351c811e2278bbf56b4dc6a4b663
/
.
/
shell
/
ash_test
/
ash-misc
/
func6.tests
blob: 029c3e85e138a09658f87bc695da8673df7dc8ce [
file
] [
log
] [
blame
]
f1
()
{
while
return
2
;
do
:;
done
}
f1
echo
Two
:
$
?
f2
()
{
while
:;
do
return
2
;
done
}
f2
echo
Two
:
$
?