921e5a0eb4
From-SVN: r14840
10 lines
102 B
C
10 lines
102 B
C
struct s {
|
|
int f;
|
|
};
|
|
|
|
f (w, v0, v1, v2, v3)
|
|
struct s *w;
|
|
{
|
|
g (v0 ? 1 : w->f, v1 ? v3 : v2);
|
|
}
|