PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / overload / builtin2.C
blob4f9f52dda1afb60d4a1a5ccd8e67cb8e8381f92b
1 namespace __gnu_cxx {
2     void llabs(long long x);
5 namespace std {
6     using __gnu_cxx::llabs;
7     using __gnu_cxx::llabs;