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
/
n.c
blob: 1a9a869741763ed8fcaebd29a32415783e9c2d3f (
plain
)
1
2
3
4
5
6
char_autoincr
(
b1
,
c
)
short
*
b1
;
short
c
;
{
*
b1
=
c
;
}