Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / torture / pr51344.C
blobe60b3adbe1c2d3cce2847916a15ef626749bbe20
1 /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
2 class A;
4 template <class T>
5 class B
7   friend __attribute__((cdecl)) A& operator >>(A& a, B& b)
8   {
9     return a;
10   }