FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb18.C
blobfd953fe07103221b29e2c522701ad03f25b9153d
1 // Build don't link:
2 class C { };
4 void foo()
6     C c;
7     void * v = static_cast<void *>(c);  // ERROR - illegal cast