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
/
parse
/
namespace7.C
blob
c8ac608823f13f2dde48c2134bf0104c7b9c1649
1
namespace O {
2
struct SO;
3
namespace I {
4
struct SI;
5
struct O::SO {}; // { dg-error "" }
6
}
7
struct I::SI {};
8
}