Sync with upstream 4.9 branch
[official-gcc.git] / embedded-4_9-branch / gcc / testsuite / c-c++-common / asan / pr62140-1.c
blobf0b026de2a3f51978f8837876923ca0068b5e640
1 /* { dg-do compile } */
2 /* { dg-options "-w -fpermissive" } */
4 int memcmp (const void *p, const void *q, int len);
6 int f (int *p, int *q, int len)
8 return memcmp (p, q, len);