blob: fd953fe07103221b29e2c522701ad03f25b9153d [file] [log] [blame]
// Build don't link:
class C { };
void foo()
{
C c;
void * v = static_cast<void *>(c); // ERROR - illegal cast
}