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
predicate aware uninitialized analysis
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
namespace5.C
blob
277c0c8e66e297f5b0247ae1117eff15c38bfc8f
1
// PR c++/7229
2
// { dg-do compile }
3
4
namespace A { namespace B { typedef int type; } }
5
typename A::B<0>::type x; // { dg-error "" }