aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/explicit33.C
blob: 048a3565be8c11b4cec87aaf52c1ef54b6e0c203 (plain)
1
2
3
4
5
6
7
8
9
// Build don't link:
// GROUPS passed templates
template <class T>
void foo(T t);

template <>
void foo(int) {};

void foo(int) {}