2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / expr1.C
blob9471448c21bc9021b1c7656b2af3b86c228d503c
1 // { dg-do assemble  }
3 // Simplified from bug report by Trevor Taylor <ttaylor@powerup.com.au>
5 struct T {
6   int operator()(int) { } // { dg-error "" } candidate
7 };
9 int main() {
10   T()(); // { dg-error "" } no such operator