pr25860.c

来自「用于进行gcc测试」· C语言 代码 · 共 21 行

C
21
字号
/* We used to ICE because PRE would try to PRE the load of *Note from the   loop. */struct g{  int i;};struct f{  struct g i;};int GSM_RingNoteGetFullDuration(struct g)__attribute__((const));void savewav(struct f *gg){  struct g *Note;  long i = 0,j,length=0;  Note = &gg->i;  for (j=0;j<GSM_RingNoteGetFullDuration(*Note);j++)    ;}

⌨️ 快捷键说明

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