2 // { dg-require-effective-target cxa_atexit }
3 // { dg-options "-O2 -fuse-cxa-atexit" }
17 template <class T> struct C
21 struct D : public C<bool>
23 D (void) : C<bool> () { }
25 # 55 "cxa-atexit1.C" 2
27 // { dg-final { scan-assembler-not ".gnu.linkonce.t.__tcf_" } }