(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
anon-struct.C
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
// { dg-do compile }

namespace N { }

namespace M
{
  typedef struct { } N; 
}