repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930427-2.c
blob
53b633785aecad5ce923529588e34e8fcd68d29d
1
struct
s
{
2
int
f
;
3
};
4
5
f
(
w
,
v0
,
v1
,
v2
,
v3
)
6
struct
s
*
w
;
7
{
8
g
(
v0
?
1
:
w
->
f
,
v1
?
v3
:
v2
);
9
}