1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
3 
4 struct S {
5   bool operator! (int, ...); // { dg-error "" }
6 };
7