// PR c++/16489

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


syntax highlighted by Code2HTML, v. 0.9.1