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
2008-07-06 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
inherit
/
local1.C
blob
3cb196c38d3c2c32913cc59708fad581019afdd1
1
// PR c++/17121
2
3
struct A {
4
virtual ~A() {}
5
};
6
7
void tsk_tsk()
8
{
9
struct B : public A {};
10
}