📄 20031102-1.c
字号:
/* PR optimization/10817. Check that the following code doesn't cause any problems for GCC's if-conversion passes. */int foo(int t){ int result = 0; if (t != 0) result = t; return result;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -