1  /* { dg-do compile } */
       2  /* { dg-options "-O" } */
       3  
       4  _Bool foo()
       5  {
       6    _Bool (*f)(int) = __builtin_abs; /* { dg-warning "" } */
       7    return f(0);
       8  }
       1  /* { dg-do compile } */
       2  /* { dg-options "-O" } */
       3  
       4  _Bool foo()
       5  {
       6    _Bool (*f)(int) = __builtin_abs; /* { dg-warning "" } */
       7    return f(0);
       8  }