blob: a765d7fafc3b72a832d6e7383f05c6cb29348d8c [file] [log] [blame]
// { dg-do assemble }
template <class T>
void f(int i);
void g()
{
f<7>(3); // { dg-error "" } no matching function.
}