Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr79286.c
blob: e6d0e935a87b9f7b35772eb081049682812d6643 [
file
] [
log
] [
blame
]
int
a
=
0
,
c
=
0
;
static
int
d
[][
8
]
=
{};
int
main
()
{
int
e
;
for
(
int
b
=
0
;
b
<
4
;
b
++)
{
__builtin_printf
(
"%d\n"
,
b
,
e
);
while
(
a
&&
c
++)
e
=
d
[
300000000000000000
][
0
];
}
return
0
;
}