hush: fix "true | func_with_return" not allowing return.
[oweals/busybox.git] / shell / ash_test / ash-misc / colon.tests
1 false
2 :
3 echo $?
4 (while :; do exit; done)
5 echo OK: $?