blob: 69273a3fc3173a59cf9125bb570d7ac1a2a3a143 [file] [log] [blame]
struct A {};
struct B
{
typedef A T;
friend struct T; // { dg-error "" }
};