Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
g++.dg
/
parse
/
enum6.C
blob: e753f5170f2fa57a6d81958b3a79b1d726b98854 [
file
] [
log
] [
blame
]
// PR c++/51587
namespace
N
{
struct
X
;
// { dg-message "previous declaration" }
}
enum
N
::
X
{};
// { dg-error "conflicting declaration" }