aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/enum6.C
blob: e753f5170f2fa57a6d81958b3a79b1d726b98854 (plain)
1
2
3
4
5
6
7
8
// PR c++/51587

namespace N
{
  struct X;			// { dg-message "previous declaration" }
}

enum N::X {};			// { dg-error "conflicting declaration" }