Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
50b8b2914b7551b4e36518fcc70aac201d46d7cb
/
.
/
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
:
$
?