busybox/shell/hush_test/hush-arith/arith-ternary-preincr.tests

4 lines
38 B
Plaintext
Executable File

exec 2>&1
x='@'
echo 42:$((1?42:++x))