2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ext / null1.C
blob6bbfe7e473661ad8b260c58935851f7c38b1c87f
1 // { dg-do run  }
2 // Test for overloading with g++ NULL.
4 void f (int *) { }
5 void f (char, char);
6 int main ()
8   f (__null);