2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / ice990323-4.C
blob4332e0fcec41a4bc5b6063218fb1bf37a96a5cba
1 // { dg-do assemble  }
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; // { dg-error "" } insufficient contextual information