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
PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
scoped9.C
blob
06f09028b0a50a84049628426e10ae1317588b0f
1
// PR c++/71173
2
3
namespace foo {
4
namespace bar {
5
class foo {};
6
}
7
class baz {};
8
}
9
using namespace foo::bar;
10
::foo::baz mybaz;