📄 00324_02-.c
字号:
// { dg-do assemble }// Another simple one. GCC corerctly gives errors for this code when the// - -pedantic-errors options is used. g++ doesn't.void f (int i) { } void (*fp)(void); int i; voidtest (){ i ? f : fp; // { dg-error "" } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -