PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr71619.c
blobe1404bc9a9f13d5345ce4f6fc81d4a279dcaf6bb
1 /* PR 71619 */
3 /* { dg-do compile } */
4 /* { dg-options "-O --param=max-predicted-iterations=0" } */
6 void
7 foo ()
9 int count = -10;
10 while (count++);