1 // PR c++/29730
2 
3 struct A
4 {
5   template<int> void foo()(0); // { dg-error "" }
6 };
7