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