(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
op1.C
// { dg-do assemble  }
// Origin: Mark Mitchell <mark@codesourcery.com>

struct S {
  bool operator! (int, ...); // { dg-error "" } 
};