summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/explicit38.C
blob: 27121b667b2af70dc805d66c59237226a3b60b73 (plain)
1
2
3
4
5
6
7
template <int I>
void f(int j);

void g()
{
  f<7, 12>(3); // ERROR - no matching function.
}