PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / builtins / strchr-lib.c
blobb3f0bd237a4e3e5ec083df0d18d5f019ff9419d4
1 #include "lib/strchr.c"
2 #ifdef __vxworks
3 /* The RTP C library uses bzero, bfill and bcopy, all of which are defined
4 in the same file as index. */
5 #include "lib/bzero.c"
6 #include "lib/bfill.c"
7 #include "lib/memmove.c"
8 #endif