* arm.c (FL_WBUF): Define.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / prepost4.C
blob1ec6d23bf3dbbe9b3103bee046acb1867054c248
1 // { dg-do assemble  }
2 // GROUPS passed prefix-postfix
3 class Y {
4 public:
5    friend Y operator++ (Y&);
7    // This is legal---it's a good test to make sure that grokfndecl's
8    // checking of the arguments is sane.
9    friend Y operator++ (Y&, int);