Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-44.C
blob: 81d70e52b0ebc4324a45a742647b6b62e99653ab [
file
] [
log
] [
blame
]
// PR c++/52671
// { dg-do compile { target c++11 } }
[[
gnu
::
deprecated
]]
enum
E
{
E0
};
// { dg-warning "ignored in declaration" }