xref
: /
busybox-1.35.0
/
shell
/
hush_test
/
hush-vars
/
var-do-not-collapse-arithmetic-expansion-at-parse-time.tests
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
unset a
2
echo $((3 + ${a:=$((4 + 5))}))
3
echo $a
4