FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.niklas / t134.C
blobfaa15555e227a5dfcaa4da4cc5c3505493f93158
1 // Build don't link: 
2 // GROUPS passed niklas static-members
3 extern "C" int f ();
4 struct A { static void f () {} };