FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.niklas / t136.C
blob4890f61e25fea44fca6b5f2f08c0360e9dab2d48
1 // Build don't link: 
2 // GROUPS niklas overloading
3 extern "C" void f (char*);
4 void f (const char*) {}