Merged r158704 through r158906 into branch.
[official-gcc.git] / gcc / testsuite / g++.dg / template / void5.C
blobbef9b91f680626d57102bb5ac29c4ffe925eb727
1 //PR c++/28640
3 template<void> struct A; // { dg-error "not a valid type" }
4 template<int> struct A;
5