Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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
;
};