blob: a015bd50bae655c83ba161fb0e1f624649714277 [file] [log] [blame]
// PR c++/16370
struct Foo { int i; } __attribute__ ((deprecated));
void foo() { Foo f; } // { dg-warning "deprecated" }