Learn more about cloning repositories
You have read-only access
xxxxxxxxxx
# Testcase for http://bugs.busybox.net/view.php?id=846
​
n=0
while :
do
echo A
echo B
break
done
echo iteration
[ $n = 1 ] && break
echo C
n=`expr $n + 1`
echo D
Everything looks good. We'll let you know here if there's anything you should know about.