Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / init / null1.C
blobeff3f6109689d72dfb82db1ddfa3e4e169561661
1 // PR c++/16489
3 const int NULL = 0;
4 int main() { 
5   double* p = NULL;