hush: fix handling of raw ^C in scripts: "echo ^C"
[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