2 20000726-1.c from the execute part of the gcc torture tests.
11 void adjust_xy (short *, short *);
13 struct adjust_template
21 static struct adjust_template adjust
= {0, 0, 1, 1};
24 testTortureExecute (void)
37 adjust_xy (short *x
, short *y
)
39 *x
= adjust
.kx_x
* *x
+ adjust
.kx_y
* *y
+ adjust
.kx
;