PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pr12603.c
blobf7caef28416c5a2c7271ca12f0fca069f4e1c85c
1 /* PR 12603: No return statement warning on function that never returns with -O3. */
2 /* { dg-do compile } */
3 /* { dg-options "-O3 -Wall -Wextra -Wreturn-type" } */
4 int
5 this_function_never_returns ()
7 for (;;);