blob: e83898f2cc6fbf535c18c197d60e5345fb0f0676 [file] [log] [blame]
// { dg-do assemble }
template <int I>
void f(int j);
void g()
{
f<7, 12>(3); // { dg-error "" } no matching function.
}