blob: 2c05dc3dc5d0a4cfcd63c05feb4731b3caa8a025 [file] [log] [blame]
// PR c++/16489
// { dg-do compile { target { ! c++11 } } }
const int NULL = 0;
int main() {
double* p = NULL;
}