Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr51344.C
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
;
}
};