Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
move_qhi.c
blob: 3038d619294c70919a3931371d946193c6611ca5 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
move
(
a
,
b
)
char
a
,
b
;
{
char
s
;
s
=
a
;
if
(
s
)
gurka
(
s
);
foo
(
b
,
a
);
a
=
bar
();
b
=
bar
();
gra
(
s
);
}