blob: 27121b667b2af70dc805d66c59237226a3b60b73 [file] [log] [blame]
template <int I>
void f(int j);
void g()
{
f<7, 12>(3); // ERROR - no matching function.
}