Fortran: fix passing of optional dummy as actual to optional argument [PR55978]
[official-gcc.git] / gcc / testsuite / g++.dg / parse / typedef1.C
blob4d6f5b4fba5df9fe15343f42701ae5dc5a03f262
1 // PR c++/6477
2 typedef struct A_ *A;   // { dg-message "previous declaration" }
3 typedef struct A B;     // { dg-error "typedef|invalid type" }