diff --git a/tests/test_inttypes.c b/tests/test_inttypes.c index 17520ac..7068b76 100644 --- a/tests/test_inttypes.c +++ b/tests/test_inttypes.c @@ -33,6 +33,10 @@ * owned by a later todo). */ +/* Link-trap note: strtoimax/strtoumax delegate to strtol/strtoul — standalone + * links MUST include src/stdlib/strtox.c + strtox_impl.c (+ strtod.c) or host + * glibc silently satisfies them and -f's EINVAL-base checks fail. */ + #include #include "../include/inttypes.h"