1 // PR c++/79294
2 
3 template <int()> struct a;
4 template <int(b)> a < b		// { dg-error "int" }
5 // { dg-error "expected" "" { target *-*-* } .-1 }
6