Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr111059-9.c
blob: f88096d4b4749372c9ef0070b8fa01ab08ad789b [
file
] [
log
] [
blame
]
/* { dg-options "-std=gnu23 -Wno-shift-count-negative" } */
enum
e
:
bool
{
X
};
enum
e
f
()
{
return
1
<<
-
1
;
}