URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [g++.dg/] [parse/] [struct-as-enum1.C] - Rev 12
Compare with Previous | Blame | View Log
// PR c++/163, PR c++/8595
// Origin: <martin@loewis.home.cs.tu-berlin.de>, Mark Leone <mleone@pixar.com>
// { dg-do compile }
namespace N
{
struct A {}; // { dg-error "previous declaration" }
}
typedef enum N::A B; // { dg-error "enum" }