📄 20020318-1.c
字号:
/* PR c/5656 This testcase ICEd on IA-32 at -O3, due to tree inliner not converting parameter assignment when using K&R syntax. */void foo (c) char c;{ (void) &c;}int bar (void);void baz (void){ foo (bar ());}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -