aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/crash65.C
blob: 04154f40cd52aa941129ea845d7df1be5ae01871 (plain)
1
2
3
4
5
6
// PR c++/58535

struct A
{
  template<int> virtual void foo(); // { dg-error "templates" }
};