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