// Build don't link: // try throwing template function name template void f(T); template void f(T) { } void g() { throw &f; // ERROR - insufficient contextual information }