blob: 61af8e17fd3a1cae53c451685591302889059708 [file] [log] [blame]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
struct S {
bool operator! (int, ...); // { dg-error "" }
};