builtin3.c
来自「用于进行gcc测试」· C语言 代码 · 共 16 行
C
16 行
// Copyright (C) 2007 Free Software Foundation// Contributed by Ollie Wild <aaw@google.com>// Origin: Volker Reichelt <reichelt@gcc.gnu.org>// { dg-do compile }// PR 31749: ICE with redeclaration of builtinnamespace std{ union abort;}void abort();using std::abort;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?