Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000803-1.c
blob: 08b50a9f210c0116936f2c10261cdd608eec1835 [
file
] [
log
] [
blame
]
static
int
gl_cnt
=
0
;
static
char
gl_buf
[
1024
];
void
gl_yank
()
{
int
i
;
for
(
i
=
gl_cnt
;
i
>=
0
;
i
--)
gl_buf
[
i
+
10
]
=
gl_buf
[
i
];
}