Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.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;