📄 main-2.c
字号:
// { dg-do compile }// Make sure that the type of f1 does not change // after the error of main about not returning // int.// From Pekka Vuorela <pvuorela@iki.fi> // PR c++/23229void f1(); voidmain() /* { dg-error "must return" } */{ f1(); } void f1() { }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -