repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
using3.C
blob
df3e3dfa3a180139bbafd1179ec02ae4f8c7531f
1
// PR debug/31899
2
3
namespace NS {
4
int x = 0;
5
int &ref = x;
6
}
7
8
using NS::ref;