1 2 3 4 5 6 7
// PR c++/17685 struct S { operator int; // { dg-error "" } operator void; // { dg-error "" } };