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