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
/
other
/
pr22358.C
blob
dbce0f8a1a7195ed19c32f0ce6fad9dec1d31abb
1
/* { dg-do compile } */
2
3
struct a
4
{
5
virtual ~a();
6
};
7
struct b : virtual a { };
8
b a11;