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
/
i.c
blob: 3bee8eacb8074569ec7edfa41d1229213f9635c1 (
plain
)
1
2
3
4
5
6
7
8
ase
(
p
)
short
*
p
;
{
int
a
;
a
=
*
p
;
*
p
=
a
+
1
;
}