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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
error16.C
blob
3dc58ad53c0684918439d1bc1e381a1392e82f1c
1
// PR c++/16964
2
3
struct A
4
{
5
struct B {}; // { dg-error "previous" }
6
};
7
8
struct A::B{}; // { dg-error "redefinition" }