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
/
using14.C
blob
c953bccc21dc1890f41d5787645759a212d6690e
1
// PR c++/21784
2
// { dg-options "" }
3
4
namespace mine
5
{
6
int cpow;
7
}
8
9
using mine::cpow;