blob: f711260ee69a934d43a457e743b5912e0eb2a8e6 [file] [log] [blame]
// PR c++/51398
template<void, int N> struct A // { dg-error "not a valid type" }
{
static const int i = N;
};