Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
;
}