URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [other/] [anon-struct.C] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
// { dg-do compile }
namespace N { }
namespace M
{
typedef struct { } N;
}
Go to most recent revision | Compare with Previous | Blame | View Log