1struct f
2{
3  int oo()
4  {
5    return (2; // { dg-error "" }
6  }
7};
8