1 2 3 4 5 6 7
// PR c++/27398 // { dg-do compile } struct A { template<int> void* foo(; // { dg-error "primary-expression|initialization|static" } };