1// PR c++/22256
2
3struct node { int* operator int*(); }; // { dg-error "return type specified" }
4