Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / c-c++-common / asan / pr62140-2.c
blob0bb2563abac7df1556cb0469cc8fc8a6bb8544ac
1 /* { dg-do compile } */
2 /* { dg-options "-w -fpermissive" } */
4 int strlen (const char *p);
6 int f (char *p)
8 int x = strlen (p);
9 return x;