8199d6cdadc21b7b70a75a98198c212ee715b41b
The reviewer flagged two gaps in the #7 coverage: no minimal non-empty count (a 1-element [_] is the boundary the element-counter must still get right) and no module-level array element read-back (only .len was checked at module scope). Add local_one_len / mod_one_len / mod_one_elem. Both still mutation-resistant: the old collapse-to-0 reads .len as 0, not 1, so the new len rows fail it too. 42/42 dual-stage + byte-id.
Description
No description provided
Languages
C
89.4%
Python
7.2%
Makefile
2.3%
Shell
0.8%
Assembly
0.3%