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