summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/crash5.C
blob: 786cdf2c9027e7f5158ef013a7d092a2b8f4b600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Build don't link:

template <class T, int i>
struct K {
	void f();
};

template <class T>
void
K<T, i>::f()
{ // ERROR - template parameters
}