PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / error3.C
blobd3ee5990850756d4d2c74a1d8d6de819c232a7d5
1 // PR 12762
3 template <typename> struct A { A() {}};
4 typedef A<int> Ac;
5 Ac<double> a; // { dg-error "template" }