2 20080117-1.c from the execute part of the gcc torture tests.
13 typedef struct gs_imager_state_s
{
20 static const gs_imager_state gstate_initial
= { { 1 } };
21 void gstate_path_memory(gs_imager_state
*pgs
) {
22 /**pgs = gstate_initial; not yet supported by sdcc */
23 memcpy (pgs
, &gstate_initial
, sizeof (gstate_initial
));
25 int gs_state_update_overprint(void)
27 return gstate_initial
.line_params
.half_width
;
31 testTortureExecute (void)
33 if (gs_state_update_overprint() != 1)