PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash35.C
blobc457798dd02c06420ac5088c62bcadd204e6c8a6
1 // PR c++/20463
2 // { dg-do compile }
4 template <typename T> struct C; // { dg-message "declaration" }
6 template <typename T> void C<T>::f() // { dg-error "invalid|template" }
8   const foo bar;