/* Include system headers that are “known” to pull bits selectively from * other headers through magic macros, to check that the overlay is working * properly. */ #include #include #include /* Include libbsd overlayed headers that might get partially included. */ #include #include #include #include #include int main() { /* Test that we do not get partial definitions. */ fflush(stdout); return 0; }