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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
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;