FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / crash3.C
blobdbffae1b9af8c4a4aafdb27a4f21e4b79120fff4
1 // Build don't link:
3 namespace N {
4   template <class T> struct S;
7 void f()
9   N::S(); // ERROR - invalid use of template