Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
execute/
920829-1.c
1
long
long
c
=
2863311530
LL
,
c3
=
2863311530
LL
*
3
;
2
main
(
)
{
if
(
c
*
3
!=
c3
)
abort
(
)
;
exit
(
0
)
;
}