blob: 01650e13a4f51445c661c9c6885a901de2927b9e [file] [log] [blame]
// PR c++/10416
// { dg-options "-Wunused" }
void f () { struct atend { ~atend () { __builtin_printf("leaving f\n"); } } a; }