aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.other/op1.C
blob: 61af8e17fd3a1cae53c451685591302889059708 (plain)
1
2
3
4
5
6
// { dg-do assemble  }
// Origin: Mark Mitchell <mark@codesourcery.com>

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