typedef-redecl.h
来自「用于进行gcc测试」· C头文件 代码 · 共 8 行
H
8 行
/* Redeclaration of typedef (invalid but accepted in system headers) causes ICE; PR 13656. Test case by Richard Sandiford <rsandifo@redhat.com>, reduced from glibc. */#pragma GCC system_headertypedef int x;typedef int x;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?