1 // { dg-do compile } 2 3 struct S 4 { fS5 void f () {} fS6 int f () { return 0; } // { dg-error "" "" } 7 }; 8