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
/
inherit
/
namespace-as-base.C
blob
269c4f21240131e4264454eb2e02383c050a3a80
1
// { dg-do compile }
2
3
namespace Out {
4
namespace In {
5
}
6
}
7
8
class Class : public Out::In { // { dg-error ".*" "" }
9
};