* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[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;