Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr39614-3.c
1
int
i
;
2
void
3
f
(
void
)
4
{
5
i
=
(
1
?
1
/
0
:
1
/
0
)
;
6
}