aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/opt/dtor2.C
blob: 39b8e6999053228c75c9ca0d38756752f6a713a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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 ()
{
}