blob: cf368863f5144de85ad3f330e1e32efed6128633 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
struct S {
bool operator! (int, ...); // ERROR -
};