2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb18.C
blob8f0a829370266cc8aaf53d94d1119e8767563656
1 // { dg-do assemble  }
2 class C { };
4 void foo()
6     C c;
7     void * v = static_cast<void *>(c);  // { dg-error "" } illegal cast