PR c++/85262 - ICE with redundant qualification on constructor.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / operator7.C
blobe3464f017da1eb93238fbe259e1b4a7728d6811e
1 // PR c++/27278
2 // { dg-do compile }
4 int operator+(void,void);  // { dg-error "incomplete type|invalid use" }