dyncast4.C   [plain text]


int main() {
  int* d;
  dynamic_cast<void*>(d);	// ERROR - 
}