PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / pure1.C
blob68dbe6bf0f5355ba09c646a4b30aace09b759d70
1 // PR c++/26122
3 struct A
5   template<int> void foo() = 1; // { dg-error "pure|non-virtual" }
6 };