(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
warn/
deprecated-5.C
// PR c++/16370

struct Foo { int i; } __attribute__ ((deprecated));
void foo() { Foo f; }		// { dg-warning "deprecated" }