summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/init/null1.C
blob: eff3f6109689d72dfb82db1ddfa3e4e169561661 (plain)
1
2
3
4
5
6
// PR c++/16489

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