aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/930427-2.c
blob: ad084ca7669da03b7cabf24a2fd3492a59489f03 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-additional-options "-std=gnu89" } */

struct s {
  int f;
};

f (w, v0, v1, v2, v3)
     struct s *w;
{
 g (v0 ? 1 : w->f, v1 ? v3 : v2);
}