blob: 07be919c3cb1039f103da2396aef86428b8b4014 [file] [log] [blame]
/* { dg-do compile { target { i?86-*-* && ilp32 } } } */
class A;
template <class T>
class B
{
friend __attribute__((cdecl)) A& operator >>(A& a, B& b)
{
return a;
}
};