doc: Remove documentation of two obsolete spec strings
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr40291.c
blobdc37cd776c1608844667e2d1b5e14d37625da7dd
1 /* PR middle-end/40291 */
2 /* { dg-additional-options "-fpermissive" } */
4 int
5 foo (void *x, char *y, unsigned long long z)
7 return memcmp (x, y, z);