Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / g++.dg / conversion / op3.C
bloba01cdcf7617d6d385f97b5ca9e283b9a855bdb4a
1 // PR c++/22256
3 struct node { int* operator int*(); }; // { dg-error "return type specified" }