aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/Wunused-var-17.C
blob: 01650e13a4f51445c661c9c6885a901de2927b9e (plain)
1
2
3
4
// PR c++/10416
// { dg-options "-Wunused" }

void f () { struct atend { ~atend () { __builtin_printf("leaving f\n"); } } a; }