(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
opt/
pr55137.C
// PR c++/55137
// { dg-do compile }

enum E { F = -1 + (int) (sizeof (int) - 1) };