2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / const4.C
blob6e30d9e906cb4168d78b5b4912ea5fc421e33201
1 // { dg-do compile }
3 int lValue;
4 int main()
6   switch (lValue)
7     {
8     case -(int)((2U << (8 * sizeof(int) - 2)) - 1) - 1:;
9     }