(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
null1.C
// PR c++/16489
// { dg-do compile { target { ! c++11 } } }

const int NULL = 0;
int main() { 
  double* p = NULL;
}