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
docs: Document that __builtin_assoc_barrier also can be used for FMAs [PR115023]
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.ns
/
using2.C
blob
f65f230d575ac32c7c89e161914e17469574b4ed
1
// { dg-do assemble }
2
void f();
3
namespace A{
4
using ::f;
5
}