PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / Waddress.c
blob146b1a932df21122a81d8bdc1cfa11eadb46f99a
1 /* PR c/36299 */
2 /* { dg-do compile } */
3 /* { dg-options "-Waddress" } */
5 int
6 foo(void)
8 char a[1];
9 return a == 0;