busybox/shell/ash_test/ash-arith/arith-ternary_nested2.tests

3 lines
40 B
Plaintext
Executable File

exec 2>&1
echo 3:$((0?1:2?3:4?5:6?7:8))