📄 break-in-for.c
字号:
/* PR17412 - ICE in fold_const.c during parsing. fold would try to fold the operands of the break statement. *//* { dg-do compile } *//* { dg-options "" } */ void foo (){ for (;;) for (;;({break;}));}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -