Sign in
gnu
/
gcc
/
93ac832f1846e4867aa6537f76f510fab8e3e87d
/
.
/
gcc
/
testsuite
/
g++.dg
/
opt
/
dtor2.C
blob: 39b8e6999053228c75c9ca0d38756752f6a713a5 [
file
] [
log
] [
blame
]
// PR c++/42317
// { dg-do link }
// { dg-options "-O0" }
// { dg-additional-sources "dtor2-aux.cc" }
#include
"dtor2.h"
D
::
D
(
int
x
)
:
C
(
x
)
{}
int
main
()
{
}