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