aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/error22.C
blob: 8b7a9e9371473f0aeb2213093b3443fd844158f3 (plain)
1
2
3
4
5
6
7
8
9
// PR c++/34394
// { dg-do compile }

extern double fabs (double);

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