aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/template/crash111.C
blob: f711260ee69a934d43a457e743b5912e0eb2a8e6 (plain)
1
2
3
4
5
6
// PR c++/51398

template<void, int N> struct A   // { dg-error "not a valid type" }
{
  static const int i = N;
};