(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
error22.C
// PR c++/34394
// { dg-do compile }

extern "C" double fabs (double);

void foo (double x)
{
  fabs (x) ();	// { dg-error "function" }
}