Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr39614-5.c
blob: 0cae4de9479f5c86038d276794d68c676b814312 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-w -std=c99" } */
int
i
;
void
f
(
void
)
{
i
=
(
1
/
0
,
1
/
0
);
}