aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/init/null1.C
blob: 2c05dc3dc5d0a4cfcd63c05feb4731b3caa8a025 (plain)
1
2
3
4
5
6
7
// PR c++/16489
// { dg-do compile { target { ! c++11 } } }

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