blob: 43cb6ef52924e7ae0a88c982f5aee692713959f2 [file] [log] [blame]
int main() {
int* d;
dynamic_cast<void*>(d); // ERROR -
}