FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.niklas / t138.C
blob0f30d9534206aaf23042899fe5099ab95cf99f1a
1 // Build don't link: 
2 // GROUPS passed niklas hiding
3 struct A;
4 void f (A*);
5 A* A;
6 void g () { f (A); }