repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
/cp
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
overload
/
builtin2.C
blob
4f9f52dda1afb60d4a1a5ccd8e67cb8e8381f92b
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
}