PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / error43.C
blob03f29d1f14ab05cab268955dc24e3dcb850d78eb
1 // PR c++/29363
3 template<int> void foo()
5   throw A();                    // { dg-message "declar" }
6   struct A {} a;
9 template void foo<0>();         // { dg-message "required" }