Rebase.
[official-gcc.git] / gcc / testsuite / g++.dg / init / null1.C
blob2c05dc3dc5d0a4cfcd63c05feb4731b3caa8a025
1 // PR c++/16489
2 // { dg-do compile { target { ! c++11 } } }
4 const int NULL = 0;
5 int main() { 
6   double* p = NULL;