PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / opt / dtor2.C
blob39b8e6999053228c75c9ca0d38756752f6a713a5
1 // PR c++/42317
2 // { dg-do link }
3 // { dg-options "-O0" }
4 // { dg-additional-sources "dtor2-aux.cc" }
6 #include "dtor2.h"
8 D::D (int x) : C (x) {}
10 int
11 main ()