repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
linkage2.C
blob
994264d3ebcd3b754e49b82590f92d9a66b67e93
1
// PR c++/27227
2
3
namespace x {
4
extern "C" const int y;
5
}
6
using x::y;
7
extern "C" int const y=0;