PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / overload / builtin3.C
blobcd2b57867aeff8a48485b0306982758063180278
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" }