FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / op1.C
blobcf368863f5144de85ad3f330e1e32efed6128633
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 struct S {
5   bool operator! (int, ...); // ERROR - 
6 };