PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / Wlarger-than2.c
blobeac67f48b5a972684575858767d5c83c19e42ee5
1 /* { dg-do compile } */
2 /* { dg-options "-Wlarger-than=8" } */
3 static void foo (void)
5 char buf[9]; /* { dg-warning "size of.*9 bytes" } */