Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / other / anon-struct.C
bloba23e8094e4ad06c404efddd4ac6974e23950c33f
1 // Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
2 // { dg-do compile }
4 namespace N { }
6 namespace M
8   typedef struct { } N;