Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
anon-struct.C
blob: a23e8094e4ad06c404efddd4ac6974e23950c33f [
file
] [
log
] [
blame
]
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
// { dg-do compile }
namespace
N
{
}
namespace
M
{
typedef
struct
{
}
N
;
}