FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / ice990323-4.C
blob7f3f20ef92d8f6e7a27942e4c7b00b594db693c4
1 // Build don't link:
2 // try throwing template function name
4 template <class T> void f(T);
6 template <class T> void f(T)
10 void g()
12         throw &f; // ERROR - insufficient contextual information