blob: 56522905afa57e2a736d91c0b3bbee7bdd6418a5 [file] [log] [blame]
// PR c++/71274
// { dg-options -Wdeprecated-declarations }
struct foo
{
__attribute__ ((deprecated)) static const int a;
};