(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
warn/
deprecated-11.C
// PR c++/71274
// { dg-options -Wdeprecated-declarations }

struct foo
{
   __attribute__ ((deprecated)) static const int a;
};