Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr93348-1.c
1
int
2
ya
(
void
)
3
{
4
return
(
long
int
)
(
1
/
0
)
;
5
}