aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/other/anon-struct.C
blob: a23e8094e4ad06c404efddd4ac6974e23950c33f (plain)
1
2
3
4
5
6
7
8
9
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
// { dg-do compile }

namespace N { }

namespace M
{
  typedef struct { } N; 
}