nt9856x/BSP/busybox/shell/ash_test/ash-misc/empty_for.tests
2023-03-28 15:07:53 +08:00

4 lines
50 B
Plaintext
Executable File

false
for a in; do echo "HELLO"; done
echo OK: $?