Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error48.C
blob8f26bed9c20ca83c69d4bab0ea473dc1841cc99d
1 // PR c++/44516
3 struct WebService {  };
4 struct Server {  };
6 void addHTTPService(Server const &server,
7                     WebService const *http)
9   server += http; // { dg-error "10:no match for 'operator\\+='" }