PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr81737.c
blob493358956ef55cc91bc034a6c9fdb3837156135f
1 /* PR middle-end/81737 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 extern int a[];
6 void fn1() { (a + 0)[1]; }