summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/explicit33.C
blob: c6f5472c32fba2f7e1baeb8282106372e26d0e5f (plain)
1
2
3
4
5
6
7
8
9
// { dg-do assemble  }
// GROUPS passed templates
template <class T>
void foo(T t);

template <>
void foo(int) {}

void foo(int) {}