PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / error41.C
blobc92b8497aff2c791eda1045cd1cc2e8ff1d92727
1 // PR c++/40370
2 // { dg-do compile }
4 struct A
6   static int i;
7 };
9 template <int> struct B
11   int x[A::i];  // { dg-error "array bound is not an integer constant" }