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

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