index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.dg
/
graphite
/
id-4.c
blob: 38f6738d706b7a2b9a79997d28f82c7a0b73b3ca (
plain
)
1
2
3
4
5
6
7
extern
a
[];
g
()
{
int
i
,
b
;
for
(
i
=
0
;
i
<
10
;
i
++
)
a
[
i
]
=
(
b
==
0
);
}