2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / op1.C
blob61af8e17fd3a1cae53c451685591302889059708
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 struct S {
5   bool operator! (int, ...); // { dg-error "" } 
6 };