aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/memtemp71.C
blob: 38cf5c7854979ff298b1d13341d47cf677b87c40 (plain)
1
2
3
4
5
6
// Build don't link:

class A
{
  template<class T>T epsilon; // ERROR - invalid member template
};