blob: 752e2ec60cb460944be887cd73bea286d4c70fe7 [file] [log] [blame]
// PR c++/16489
const int NULL = 0;
int main() {
double* p = NULL; // { dg-warning "expression which evaluates to zero treated as a null pointer constant" }
}