hush: make getch/peek functions directly called
[oweals/busybox.git] / shell / hush_test / hush-vars / var-do-not-collapse-arithmetic-expansion-at-parse-time.tests
1 unset a
2 echo $((3 + ${a:=$((4 + 5))}))
3 echo $a