c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / g++.dg / warn / deprecated-5.C
bloba015bd50bae655c83ba161fb0e1f624649714277
1 // PR c++/16370
3 struct Foo { int i; } __attribute__ ((deprecated));
4 void foo() { Foo f; }           // { dg-warning "deprecated" }