Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
isl-0.15
/
test_inputs
/
codegen
/
component4.c
blob: 1f188dd0128b04a217ba90565bb806c9bb18c84f [
file
] [
log
] [
blame
]
{
for
(
int
c1
=
0
;
c1
<=
9
;
c1
+=
1
)
A
(
c1
);
for
(
int
c0
=
0
;
c0
<=
9
;
c0
+=
1
)
for
(
int
c2
=
0
;
c2
<=
9
;
c2
+=
1
)
B
(
c0
,
c2
);
}