Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
a62bc80571eae6d286aed9a92d47dc42318a8146
/
.
/
shell
/
hush_test
/
hush-misc
/
func6.tests
blob: 029c3e85e138a09658f87bc695da8673df7dc8ce [
file
] [
log
] [
blame
]
Denys Vlasenko
a2633aa
2016-10-01 20:12:10 +0200
[
diff
] [
blame
]
1
f1
()
{
2
while
return
2
;
do
:;
done
3
}
4
f1
5
echo
Two
:
$
?
6
7
f2
()
{
8
while
:;
do
return
2
;
done
9
}
10
f2
11
echo
Two
:
$
?