Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / g++.dg / template / pure1.C
blobca9b94e00b790384bf2ef335356a5f258974314f
1 // PR c++/26122
3 struct A
5   template<int> void foo() = 1; // { dg-error "pure" }
6 };