Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
isl-0.15
/
test_inputs
/
codegen
/
isolate1.c
blob: db6edf89f7f607ea4a34ed5d8b008deb93b22295 [
file
] [
log
] [
blame
] [
edit
]
{
for
(
int
c0
=
0
;
c0
<=
3
;
c0
+=
1
)
A
(
c0
);
for
(
int
c0
=
4
;
c0
<=
6
;
c0
+=
1
)
A
(
c0
);
for
(
int
c0
=
7
;
c0
<=
99
;
c0
+=
1
)
A
(
c0
);
}