PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / debug / const5.C
blobe5387ea20ef6052a598fdcbdd28bbb5ab01714e7
1 // PR c++/49092
3 struct A
5   A();
6 };
8 int i;
10 A::A()
12   const int j = i;