Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / g++.dg / warn / Wunused-var-17.C
1 // PR c++/10416
2 // { dg-options "-Wunused" }
3
4 void f () { struct atend { ~atend () { __builtin_printf("leaving f\n"); } } a; }