Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920428-7.c
blob: 47da940247c2cfb2b7ac8100099448d065602ce6 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
x
(
float
*
x
){
int
a
[
4
],
i
=
0
,
j
;
for
(
j
=
0
;
j
<
2
;
j
++){
f
(
a
[
i
++]);
f
(
a
[
i
++]);}}