Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / parse / typedef1.C
blobc4fbb950cf1acf20fe8d27aa5601222e55068590
1 // PR c++/6477
2 typedef struct A_ *A;   // { dg-error "previous declaration" }
3 typedef struct A B;     // { dg-error "typedef|invalid type" }