Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
deprecated-11.C
blob: 56522905afa57e2a736d91c0b3bbee7bdd6418a5 [
file
] [
log
] [
blame
]
// PR c++/71274
// { dg-options -Wdeprecated-declarations }
struct
foo
{
__attribute__
((
deprecated
))
static
const
int
a
;
};