PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr59630.c
blob6a3c72552f5a08a318424afd7184b9e4636e6c93
1 /* { dg-do compile } */
2 /* { dg-options "-O" } */
4 _Bool foo()
6 _Bool (*f)(int) = __builtin_abs; /* { dg-warning "" } */
7 return f(0);