Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
move_qhi.c
blob: 9bc9cb6630cf0eb7caca43530921add787f691c9 [
file
] [
log
] [
blame
]
move
(
a
,
b
)
char
a
,
b
;
{
char
s
;
s
=
a
;
if
(
s
)
gurka
(
s
);
foo
(
b
,
a
);
a
=
bar
();
b
=
bar
();
gra
(
s
);
}