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.c-torture
/
unsorted
/
time.c
blob: 7e22681d98b55b93e82753e73b0f378840b92e5c (
plain
)
1
2
3
4
5
6
7
main
()
{
int
i
;
for
(
i
=
3000000
;
--
i
;)
{
}
}