Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / elab1.C
blob92fcd1ca69c425fafdb98dff4b983a02102121b0
1 namespace Name {
3     typedef void *(*Function)( void *, int ); // { dg-error "previous declaration" }
5     struct Foo {
6       struct Function xyz[5]; // { dg-error "" }
7     };