OSDN Git Service

* g++.dg/template/friend19.C: Fix typo.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ext / null1.C
1 // { dg-do run  }
2 // Test for overloading with g++ NULL.
3
4 void f (int *) { }
5 void f (char, char);
6 int main ()
7 {
8   f (__null);
9 }