PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / opt / pr55137.C
blob73f8092af279dd21b10e8f544344b70baed236dc
1 // PR c++/55137
2 // { dg-do compile }
4 enum E { F = -1 + (int) (sizeof (int) - 1) };