inline6.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 18 行
C
18 行
// Build don't link: // GROUPS passed inlining// inline file// Message-Id: <199307162240.AA04019@world.std.com>// From: kol@world.std.com (Nikolay Yatsenko)// Subject: g++ bug: crash with extern C friend// Date: Fri, 16 Jul 1993 18:40:48 -0400inline void Ignore(){}extern "C" void foo() {} // but without extern C g++ compiles itstruct A{ void f() {Ignore();} friend void foo ();};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?