PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr30762-2.c
blob7e914ebfa86f982ebc063a987f023eaf7bfa8c75
1 /* PR c/30762 */
2 /* { dg-do compile } */
4 typedef struct { int i; } D;
6 void
7 foo (D x)