crash8.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 21 行
C
21 行
// { dg-do compile }// Origin: David Robinson <drtr@dial.pipex.com>// PR c++/11513: ICE due to incorrect decision whether the tag is template.template <typename T>struct bar{ struct foo { int a; }; template <typename U> int wom(U c) { struct foo b; }};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?