Fix broken MinGW build of gcc.c
[official-gcc.git] / gcc / testsuite / g++.dg / warn / deprecated-11.C
blob56522905afa57e2a736d91c0b3bbee7bdd6418a5
1 // PR c++/71274
2 // { dg-options -Wdeprecated-declarations }
4 struct foo
6    __attribute__ ((deprecated)) static const int a;
7 };