Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pr71619.c
2023-03-06 14:48:14 +01:00

11 lines
156 B
C

/* PR 71619 */
/* { dg-do compile } */
/* { dg-options "-O --param=max-predicted-iterations=0" } */
void
foo ()
{
int count = -10;
while (count++);
}