1 // PR c++/55137
2 // { dg-do compile }
3 
4 enum E { F = -1 + (int) (sizeof (int) - 1) };
5