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