JustOS/busybox-1_37_0/shell/ash_test/ash-arith/arith-ternary-comma.tests

4 lines
42 B
Plaintext
Executable File

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