2 // ecgs-bugs 1999-02-22 14:21, Stefan Schwarzer
3 // sts@ica1.uni-stuttgart.de
4 // this code should compile quietly
9 operator double* (){ return a; }
10 // works if we comment this line:
11 operator double* () const { return const_cast<double *>(a); }
18 double *pa = a + 1; // { dg-bogus "" } should convert