(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr85045.c
       1  /* PR c/85045 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-fno-diagnostics-show-caret" } */
       4  
       5  void
       6  f (double a, double b)
       7  {
       8    (a / b) (); /* { dg-error "called object .a / b. is not a function or function pointer" } */
       9  }