OSDN Git Service

* lib/compat.exp: Handle dg-options per source file.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / overload / builtin2.C
1 namespace __gnu_cxx {
2     void llabs(long long x);
3 }
4
5 namespace std {
6     using __gnu_cxx::llabs;
7     using __gnu_cxx::llabs;
8 }