Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr111059-8.c
blob: 67f339534e32a3fc6cb50b6e8cdd2a9b4f2ae8fa [
file
] [
log
] [
blame
]
/* { dg-options "-std=gnu23 -Wno-div-by-zero" } */
enum
e
:
bool
{
X
};
void
f
()
{
(
enum
e
)
(
0
/
0
);
}