PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash25.C
blobfa77f0d4fb67579798dd8cb1c75752132a979fbc
1 // PR c++/18124
3 template <template <int> class class> class A {}; // { dg-error "" }