2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / sc1.C
blob054a57a6cda6b28966d09cadccc2a5cfa7bd1b03
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 void f() {
5   int *i = 0;
6   const int *c = 0;
8   static_cast <const int *>(i);
9   static_cast <int *>(c);  // { dg-error "" } casts away constness