1 /* This testcase ICEd in combine.c:do_SUBST() self-test for sign-extended
2 CONST_INT because expr.c:expand_expr() was not sign-extending array index
3 into constant strings. */
5 typedef unsigned char uch
;
7 extern unsigned outcnt
;
9 extern void flush_outbuf (void);
15 {outbuf
[outcnt
++]=(uch
)("\037\213"[0]); if (outcnt
==16384) flush_outbuf();};
16 {outbuf
[outcnt
++]=(uch
)("\037\213"[1]); if (outcnt
==16384) flush_outbuf();};