PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / void3.C
blob1124e44103379f72248b2204c258499f3b02697a
1 //PR c++/28637
3 template<void> struct A {};  // { dg-error "not a valid type" }
4 A<0> a;                      // { dg-message "non-type" }