Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
951004-1.c
blob: 1ca60819cdd1554e23aa8851c8a97a343107e426 [
file
] [
log
] [
blame
]
typedef
struct
{
short
v
,
h
;
}
S
;
S a
;
f
(
S pnt
)
{
S mpnt
,
mtp
;
(&
pnt
)->
v
-=
1
;
mpnt
=
pnt
;
mtp
=
a
;
if
(
mtp
.
v
!=
mpnt
.
v
)
{
S tpnt
;
tpnt
=
mtp
;
mtp
=
mpnt
;
mpnt
=
tpnt
;
}
}