📄 incomplete.c
字号:
// { dg-do assemble }// gcc represents non-ellipsis parmlists by terminating them with// a void parm. We need to distinguish between a parmlist of (void), and// some ill-formed ones.struct S; // { dg-error "" } forward refvoid f(S); // okvoid f(S s) {} // { dg-error "" } incomplete typevoid j (int){} // okvoid k (){} // okvoid q (void){} // okvoid t (void t); // { dg-error "" } incompletevoid r (void, ...); // { dg-error "" } incompletevoid s (void const); // { dg-error "" } incomplete
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -