2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / conv1.C
blob4fe02d3fa09f304b33b43c0606e1e07641d5a391
1 // { dg-do assemble  }
3 class X {
4 public:
5   const operator int (); // { dg-error "" } invalid declaration.
6 };