aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/overload/builtin2.C
blob: 4f9f52dda1afb60d4a1a5ccd8e67cb8e8381f92b (plain)
1
2
3
4
5
6
7
8
namespace __gnu_cxx {
    void llabs(long long x);
}

namespace std {
    using __gnu_cxx::llabs;
    using __gnu_cxx::llabs;
}