blob: 6b42aed67a4c3df37a6fe4b47c91748cec1c4757 [file] [log] [blame]
struct A {};
struct B
{
typedef A T; // { dg-error "previous declaration" }
friend struct T; // { dg-error "" }
};