1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-cddce1-details -fdump-tree-optimized" } */
3 // { dg-require-effective-target cxa_atexit }
4 /* PR tree-optimization/19661 */
6 /* We should not remove the call to atexit as A::~A is unknown. */
17 /* { dg-final { scan-tree-dump-not "Deleting : (?:__cxxabiv1::__cxa_atexit|__aeabiv1::__aeabi_atexit)" "cddce1" } } */
18 /* { dg-final { scan-tree-dump-times "(?:__cxa_atexit|__aeabi_atexit)" 1 "optimized" } } */