Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930210-1.c
blob: 47d2da2aca5687845699420ec1ca4d8c462eeaac [
file
] [
log
] [
blame
]
f
()
{
char
c1
,
c2
;
char
*
p1
,
*
p2
;
do
{
c1
=
c2
=
*
p1
++;
while
(
c1
--)
*
p2
++
=
*
p1
++;
}
while
(
c2
);
}