test growing_array_move math
Language
C
Compiler
gcc 13.2.0
Options
Warnings
C11(GNU)
no pedantic
test growing_array_move math
$ gcc prog.c -Wall -Wextra -std=gnu11 PASS: Standard Left Move
PASS: Standard Right Move
PASS: Right Overlap (Shift 1)
PASS: Move to End
PASS: Move to Start
PASS: No-op Move
PASS: Full Array No-op
PASS: Maximum Overlap Right
PASS: Maximum Overlap Left
PASS: Half-Array Swap
Exit Code:
0