int
foo4(int n) /* { dg-warning "const\[^\n\]* normally" "detect const candidate" } */
{
  return foo3(n) + foo2b(n);
} 
Beispiel #2
0
int foo1b(void)
{
  return foo2b();
}