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
/
using13.C
blob
c102fdcf8724b37f36f30c81276c2fb369443be3
1
// { dg-do compile }
2
3
// Origin: Stefan Straßer <sstrasser@systemhaus-gruppe.de>
4
5
// PR c++/20240:
6
7
namespace A { int a; }
8
9
namespace C{
10
int a;
11
using A::a; // { dg-error "already declared" }
12
}