summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/template/crash64.C
blob: 750e3daf19e468859bd759cef3fb9d60d5ac6759 (plain)
1
2
3
4
5
6
// PR c++/29730

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