2 20000113-1.c from the execute part of the gcc torture tests.
17 void foobar (int x
, int y
, int z
)
19 struct x a
= {x
, y
, z
};
20 struct x b
= {x
, y
, z
};
23 c
->x3
+= (a
.x2
- a
.x1
) * c
->x2
;
24 if (a
.x1
!= 1 || c
->x3
!= 5)
30 testTortureExecute (void)