PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / error57.C
blobf67e0a6fa630dd74c3e46c59038ecef371d234d0
1 // PR c++/79294
3 template <int()> struct a;
4 template <int(b)> a < b         // { dg-error "int" }
5 // { dg-error "expected" "" { target *-*-* } .-1 }