tree: Don't reuse types if TYPE_USER_ALIGN differ [PR94775]
[official-gcc.git] / gcc / testsuite / g++.dg / warn / Wunused-var-17.C
blob01650e13a4f51445c661c9c6885a901de2927b9e
1 // PR c++/10416
2 // { dg-options "-Wunused" }
4 void f () { struct atend { ~atend () { __builtin_printf("leaving f\n"); } } a; }