PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr66869.c
blob916d1419982c773da8df0b849525af41437ba73f
1 /* PR debug/66869 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wunused-function" } */
5 static void test (void); /* { dg-warning "'test' declared 'static' but never defined" } */
6 int i;