aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.pt/memtemp71.C
blob: 74149a005c3272b88565a80076d047af6983cfee (plain)
1
2
3
4
5
6
// { dg-do assemble  }

class A
{
  template<class T>T epsilon; // { dg-error "" } invalid member template
};