Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e3354bc44aa92c20bec0ffdc78e6b57351e8f16d
/
.
/
shell
/
hush_test
/
hush-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
:
$
?