2 20170401-2.c from the execute part of the gcc torture suite.
11 void adjust_xy (short *, short *);
13 struct adjust_template
19 static struct adjust_template adjust
= {1, 1};
22 testTortureExecute (void)
33 adjust_xy (short *x
, short *y
)
35 *x
= adjust
.kx_x
* *x
+ adjust
.kx_y
* *y
;