Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr111059-12.c
blob: d11fcf654ce6048d8fde664b8ef29fcdd5535704 [
file
] [
log
] [
blame
]
/* { dg-options "-std=gnu23 -Wno-overflow" } */
enum
e
:
bool
{
X
};
enum
e
f
()
{
return
__INT_MAX__
+
1
;
}