Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
n.c
blob: 1a9a869741763ed8fcaebd29a32415783e9c2d3f [
file
] [
log
] [
blame
]
char_autoincr
(
b1
,
c
)
short
*
b1
;
short
c
;
{
*
b1
=
c
;
}