misc2.c

来自「linux下编程用 编译软件」· C语言 代码 · 共 12 行

C
12
字号
// { dg-do assemble  }// GROUPS passed miscellaneous-bugs// Should be fixed by:// Sun Jun 13 12:55:22 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)////	* cp-decl.c (grokvardecl): Don't complain about duplicate//	definitions of `extern "C"' declarations (parallelize it with how//	regular `extern' decls are handled).extern "C" double  _MaXdOuB, _MiNdOuB;extern "C" double  _MaXdOuB, _MiNdOuB;	// no error should be emitted for this

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?