20020319-1.c

来自「this is a gcc file, you can download it 」· C语言 代码 · 共 21 行

C
21
字号
/* This testcase ICEd in combine.c:do_SUBST() self-test for sign-extendedCONST_INT because expr.c:expand_expr() was not sign-extending array indexinto constant strings.  */typedef unsigned char uch;extern uch outbuf[];extern unsigned outcnt;extern void flush_outbuf (void);int zip(void){  outcnt = 0;    {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();};    {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();};  return 0;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?