extern-c-1.c
来自「linux下编程用 编译软件」· C语言 代码 · 共 14 行
C
14 行
/* PR c++/4754 *//* { dg-do compile } */// GCC 3.2 got very confused by the nested extern "C" blocks, and thought // there was a storage class specifier on 'int i'.extern "C"{ extern "C" struct Test { int i; };}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?