1 // PR c++/33494
2 
3 template<int> void foo(int(*f=0)()); // { dg-error "declared void|scope|cannot be used as a function" }
4