aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/explicit39.C
blob: 906ef30aab103ce44c29438f0f7bebd674c66f2a (plain)
1
2
3
4
5
6
7
template <class T>
void f(int i);

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