Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / overload / builtin3.C
blobdcd9fd02e386baf65b4b828f8828d162e1f938c3
1 // PR c++/11409
2 // { dg-do compile }
4 namespace std {
5   double fabs (double);
7 using std::fabs;
9 double (*p) (double) = &fabs;  // { dg-bogus "is ambiguous" "" }