Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930427-2.c
blob: 53b633785aecad5ce923529588e34e8fcd68d29d [
file
] [
log
] [
blame
]
struct
s
{
int
f
;
};
f
(
w
,
v0
,
v1
,
v2
,
v3
)
struct
s
*
w
;
{
g
(
v0
?
1
:
w
->
f
,
v1
?
v3
:
v2
);
}