// { dg-do assemble } // try throwing template function name template void f(T); template void f(T) { } void g() { throw &f; // { dg-error "" } insufficient contextual information }